projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05dab4
)
ARM: rmobile: Set FDT/initramfs limits on Porter
author
Marek Vasut
<
[email protected]
>
Sat, 17 Feb 2018 00:21:15 +0000
(
01:21
+0100)
committer
Marek Vasut
<
[email protected]
>
Sat, 17 Feb 2018 20:59:22 +0000
(21:59 +0100)
Set those limits to inform U-Boot about FDT and initramfs placement.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
include/configs/porter.h
patch
|
blob
|
history
diff --git
a/include/configs/porter.h
b/include/configs/porter.h
index 758ed21c153c2fbb67a67f188bfa0a50d5ea577f..1816f2fd766a196f70898f4cbb1cc1195004f4c4 100644
(file)
--- a/
include/configs/porter.h
+++ b/
include/configs/porter.h
@@
-63,6
+63,10
@@
#define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */
+#define CONFIG_EXTRA_ENV_SETTINGS \
+ "fdt_high=0xffffffff\0" \
+ "initrd_high=0xffffffff\0"
+
/* SPL support */
#define CONFIG_SPL_TEXT_BASE 0xe6304000
#define CONFIG_SPL_STACK 0xe6340000